home *** CD-ROM | disk | FTP | other *** search
- on(release, keyPress "<Enter>"){
- stopAllSounds();
- score = 0;
- removeall = 0;
- restart = 0;
- lives = 0;
- if(checkpoint == 5)
- {
- gotoAndPlay(4977);
- }
- else if(checkpoint == 4)
- {
- gotoAndPlay(4169);
- }
- else if(checkpoint == 3)
- {
- if(sabotage == 1)
- {
- gotoAndPlay(3334);
- }
- else
- {
- gotoAndPlay(3204);
- }
- }
- else if(checkpoint == 2)
- {
- gotoAndPlay(2667);
- }
- else
- {
- gotoAndPlay(633);
- }
- }
-